#site img {
	max-width: 100%;
	height: auto;
}

#page-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}

#content {
	height: 100%;
	float: left;
	width: 960px;
	margin-bottom: 120px;
	margin-top: 25px;
}

/* @group content area link styling */
#content a:link,#content a:visited {
	color: #515151;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
	background-color: #dee3fe;
}

#content a:active {
	position: relative;
	top: 2px;
}

/* @end */
/* @group left sidebar with right main 30/60 split */
#main.right {
	position: relative;
	width: 60%;
	float: right;
}

#sidebar.left {
	width: 30%;
	float: left;
}

#main.left {
	position: relative;
	width: 60%;
	float: left;
}

#sidebar.right {
	width: 30%;
	float: right;
}

/* @end */
/* @group content area image floats */
.imageleft img,img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 6px;
	border: 1px solid silver;
}

.imageright img,img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 6px;
	border: 1px solid silver;
}

/* @end */
/* @group navigation styling */
#main-nav {
	z-index: 100;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	position: absolute;
	top: 75px;
}

div#header-image {
	margin-top: -1px;
}

#main-nav ul.nav-header li {
	display: inline;
}

#main-nav a {
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	margin-right: 3px;
	text-transform: capitalize;
}

#main-nav a:hover {
	background-color: rgba(255, 255, 255, 0.6);
	color: #000000;
}

#main-nav a.nav-selected {
	background-color: rgba(255, 255, 255, 0.8);
}

/* @end */
#logo {
	margin-top: 12px;
	margin-bottom: 10px;
}

#content p {
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 1em;
}

.clear:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

/* start commented backslash hack */
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* close commented backslash hack */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	margin-top: 50px;
}

#footer p {
	text-align: center;
	font-size: 90%;
	color: #ccc;
}

#footer p:hover {
	color: #000;
}

#footer p a:hover {
	color: #bd6c0f;
	text-decoration: underline;
}

#content ol {
	padding-left: 15px;
	list-style-type: decimal;
	list-style-position: inside;
}

#content ul {
	padding-left: 15px;
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(../images/checkmark.png);
}

#content pre code {
	padding-left: 15px;
	font-family: "Courier New", Courier, mono;
}

#content pre code,#content ol li,#content ul li {
	margin-bottom: 8px;
}

#content blockquote {
	padding: 15px;
	float: right;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #5d5d5d;
	font-size: 110%;
	background-color: #dee3fe;
	margin-left: 15px;
	font-style: italic;
}

#content ul.nav {
	margin-bottom: 25px;
}

input.ccm-input-captcha,div.ccm-form-element textarea,div.ccm-form-element input {
	width: 100%;
	border: 1px solid silver;
	font-size: 115%;
	color: silver;
	padding: 5px;
	margin-bottom: 6px;
}

input.ccm-input-captcha {
	width: 50%;
}

div.ccm-form-captcha div {
	margin-bottom: 13px;
}

.three-col {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;

	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
}

.two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
}
